home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TCELLPROPERTY / TCELLPROPERTY.txt
Text File  |  1996-04-01  |  2KB  |  92 lines

  1. object CellProperty: TCellProperty
  2.   Left = 175
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cell Properties'
  6.   ClientHeight = 164
  7.   ClientWidth = 278
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 10
  16.     Top = 58
  17.     Width = 133
  18.     Height = 13
  19.     Caption = 'Horizontal Alignment'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 148
  23.     Top = 58
  24.     Width = 123
  25.     Height = 13
  26.     Caption = 'Vertical Alignment'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 10
  30.     Top = 12
  31.     Width = 45
  32.     Height = 13
  33.     Caption = 'Text'
  34.   end
  35.   object HAlignCombo: TComboBox
  36.     Left = 10
  37.     Top = 72
  38.     Width = 119
  39.     Height = 20
  40.     ItemHeight = 13
  41.     Items.Strings = (
  42.       'left'
  43.       'center'
  44.       'right')
  45.     TabOrder = 1
  46.   end
  47.   object VAlignCombo: TComboBox
  48.     Left = 148
  49.     Top = 72
  50.     Width = 119
  51.     Height = 20
  52.     ItemHeight = 13
  53.     Items.Strings = (
  54.       'top'
  55.       'center'
  56.       'bottom'
  57.       '')
  58.     TabOrder = 2
  59.   end
  60.   object TextEdit: TEdit
  61.     Left = 10
  62.     Top = 26
  63.     Width = 257
  64.     Height = 20
  65.     TabOrder = 0
  66.   end
  67.   object BitBtn1: TBitBtn
  68.     Left = 62
  69.     Top = 128
  70.     Width = 72
  71.     Height = 27
  72.     TabOrder = 3
  73.     Kind = bkOK
  74.   end
  75.   object BitBtn2: TBitBtn
  76.     Left = 144
  77.     Top = 128
  78.     Width = 72
  79.     Height = 27
  80.     TabOrder = 4
  81.     Kind = bkCancel
  82.   end
  83.   object NoWrapCheck: TCheckBox
  84.     Left = 10
  85.     Top = 100
  86.     Width = 97
  87.     Height = 17
  88.     Caption = 'NoWrap'
  89.     TabOrder = 5
  90.   end
  91. end
  92.